home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-06 | 472 b | 23 lines |
- #
- # DMakefile V2.1
- #
- # Makefile for ToolManager 2.1 (ToolManager starter)
- #
- # (c) 1990-93 Stefan Becker
- #
- IDIR = //Programmers/include
- ODIR = //WBStartup
- FLAGS = -3.0 -mi -mRR -proto -ms -I $(IDIR)
- SRCS = ToolManager.c
- PRGS = $(SRCS:"*.c":"$(ODIR)/*")
-
- all: $(PRGS)
-
- $(PRGS) : $(SRCS)
- dcc $(FLAGS) -o %(left) %(right) -lamiga30s
-
- $(PRGS) : $(IDIR)/libraries/toolmanager.h $(IDIR)/clib/toolmanager_protos.h \
- /locale/toolmanager.h
-
- $(PRGS) : DMakefile
-